home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / TOOLS / SCDRAW.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1991-03-28  |  1.8 KB  |  45 lines

  1.                    SCdraw
  2.  
  3. SCdraw is a vector drawing program for producing structure charts
  4. which can be printed or plotted.
  5.  
  6. The extracted files should be copied to a SCDRAW directory (C:\SCDRAW),
  7. and the SC.BAT file modified for your hardware requirements. The .DOC
  8. file should be printed for instructions in using SCdraw.
  9.  
  10. SC.BAT-
  11.     SET NO87=Y
  12.     ECHO OFF
  13.     SCGO IBMCGAM1 EPSFX100 HP-7475A
  14.  
  15. The SC.BAT file should be modified as follows:
  16.     SET NO87=Y     - This tells SCdraw that there is NO math co-processor
  17.            chip installed in the PC. (8087, 80287, or 80387).
  18.            If a co-processor IS present, the SET NO87=Y should be
  19.            removed from the SC.BAT file for increased performance.
  20.  
  21.     ECHO OFF      -Turns off program displays to the screen.
  22.  
  23.     SCGO IBMCGAM1 EPSFX100 HP-7475A    -The first parameter (SCGO) is
  24.     |     |      |       |         required to start the execution
  25. pos.1     6     15      24         of SCdraw. The second parameter,
  26.       The default SC.BAT file         (IBMCGAM1) is the video driver.
  27.       assumes a CGA color monitor,     The third and fourth parameters
  28.       Epson wide printer, and a      are the printer and plotter drivers.
  29.       Hewlett Packard 7475A plotter.     See SETTING CONFIGURATION in the
  30.       The drivers must start in the     documentation for available drivers.
  31.       position indicated but can be
  32.       blank if the printer or plotter
  33.       is not available.
  34.  
  35. After the SC.BAT file has been modified to suit your needs, the unused drivers
  36. can be copied to a floppy disk and saved for future hardware changes, and
  37. then deleted from your hard disk to conserve space.
  38.  
  39. NOTE: SCdraw can be executed from a diskette with the required files.
  40.       The required files are: SSCDRAW.EXE
  41.                   SCGO.EXE
  42.                   SC.BAT
  43.                   selected video, printer, and plotter drivers
  44.       These six files can then be copied to a diskette for execution.
  45.